home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / PCWK-txt / Intel Free Software / IntelChipsetUtility / Disk1 / data1.cab / AllFiles / Win98 / ICHxUSB.INF < prev    next >
Windows Setup INFormation  |  2001-09-06  |  5KB  |  179 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICHxUSB.INF                                              
  4. ; **    Abstract:  Windows* 98 INF Update File for Intel(r) 82801AA,        
  5. ; **               82801AB USB devices                                      
  6. ; **    Last Update:  July 19, 1999 (Version 2.10)
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [Version]
  11. signature="$CHICAGO$"
  12. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  13. Class=USB
  14. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  15. Provider=%Intel.Mfg%
  16. CatalogFile=ichxusb.cat
  17. DriverVer=07/19/1999, 
  18.  
  19. [DestinationDirs]
  20. USB.DelFiles=11
  21. DefaultDestDir=10,system32\drivers
  22.  
  23. [ClassInstall]
  24. Addreg=USBClassReg
  25.  
  26. [USBClassReg]
  27. HKR,,,,%USBClassName%
  28. HKR,,Icon,,-20
  29.  
  30. [Manufacturer]
  31. %Generic.Mfg%=Generic.Section
  32. %Intel.Mfg%=Intel.Section
  33.  
  34. [Generic.Section]
  35. %PCI\CC_0C0310.DeviceDesc%=OpenHCD.Dev,PCI\CC_0C0310
  36. %PCI\CC_0C0300.DeviceDesc%=UniversalHCD.Dev,PCI\CC_0C0300
  37. %USB\ROOT_HUB.DeviceDesc%=StandardHub.Dev,USB\ROOT_HUB
  38. %USB\UKNOWN.DeviceDesc%=BADDEVICE,USB\UNKNOWN
  39.  
  40. %USB\COMPOSITE.DeviceDesc%=StandardHub.Dev,USB\COMPOSITE
  41.  
  42. [Intel.Section]
  43. %PCI\VEN_8086&DEV_2412.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2412
  44. %PCI\VEN_8086&DEV_2422.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2422
  45.  
  46. %PCI\VEN_8086&DEV_2412.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2412&SUBSYS_24128086
  47. %PCI\VEN_8086&DEV_2422.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2422&SUBSYS_24228086
  48.  
  49. [BADDEVICE]
  50. CopyFiles=
  51.  
  52. [BADDEVICE.hw]
  53. AddReg=Host.FailInstall
  54.  
  55. [Host.FailInstall]
  56. ; on enumeration disable the device
  57. HKR,,ConfigFlags,1,01,00,00,00
  58.  
  59. [OpenHCD.Dev]
  60. AddReg=OpenHCD.AddReg, USB.AddReg
  61. CopyFiles=OpenHCD.CopyFiles,USB.CopyFiles
  62. DelFiles=USB.DelFiles
  63.  
  64. [OpenHCD.AddReg]
  65. HKR,,NTMPDriver,,openhci.sys
  66. ;HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"
  67.  
  68. [OpenHCD.CopyFiles]
  69. openhci.sys
  70.  
  71. [StandardHub.Dev]
  72. AddReg=Hub.AddReg
  73. CopyFiles=Hub.CopyFiles
  74. DelFiles=Hub.DelFiles,USBINF.DelFiles,USBMON.DelFiles
  75.  
  76. [UniversalHCD.Dev]
  77. AddReg=UniversalHCD.AddReg, USB.AddReg
  78. CopyFiles=UniversalHCD.CopyFiles,USB.CopyFiles
  79. DelFiles=USB.DelFiles
  80.  
  81. [UniversalHCD.AddReg]
  82. HKR,,NTMPDriver,,uhcd.sys
  83. ;HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"
  84.  
  85. [UniversalHCD.CopyFiles]
  86. uhcd.sys
  87.  
  88. [USB.AddReg]
  89. HKR,,DevLoader,,*NTKERN
  90.  
  91. [USB.CopyFiles]
  92. usbd.sys
  93. usbhub.sys
  94.  
  95. [USB.DelFiles]
  96. usbhub.sys,,,1
  97. openhci.sys,,,1
  98. uhcd.sys,,,1
  99. usbd.sys,,,1
  100. usbcamd.sys,,,1
  101. imagecls.sys,,,1
  102. hcd.vxd,,,1
  103. usbd.vxd,,,1
  104. usb_enum.vxd,,,1
  105. vtaishid.vxd,,,1
  106. tmusb.sys,,,1
  107. taishid.sys,,,1
  108.  
  109. [USBMON.DelFiles]
  110. mondrv.sys,,,1
  111. mondll.dll,,,1
  112.  
  113. [USBINF.DelFiles]
  114. propext.inf,,,1
  115. tmusb.inf,,,1
  116. ehidmous.inf,,,1
  117. ehidkbd.inf,,,1
  118. ehidjoy.inf,,,1
  119.  
  120. [HUB.AddReg]
  121. HKR,,DevLoader,,*NTKERN
  122. HKR,,NTMPDriver,,usbhub.sys
  123.  
  124. [HUB.CopyFiles]
  125. usbhub.sys
  126.  
  127. [HUB.DelFiles]
  128.  
  129. [ControlFlags]
  130. ;ExcludeFromSelect=*
  131.  
  132. ;[DestinationDirs]
  133. ;DefaultDestDir = 11                     ; System directory
  134.  
  135. [Strings]
  136. USBClassName="Universal serial bus controller"
  137. Generic.Mfg="(Standard USB Host Controller)"
  138. PCI\CC_0C0310.DeviceDesc="Standard OpenHCD USB Host Controller"
  139. PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller"
  140. USB\ROOT_HUB.DeviceDesc="USB Root Hub"
  141. USB\COMPOSITE.DeviceDesc="USB Composite Device"
  142.  
  143. Intel.Mfg="Intel"
  144. PCI\VEN_8086&DEV_2412.DeviceDesc="Intel(r) 82801AA USB Universal Host Controller"
  145. PCI\VEN_8086&DEV_2422.DeviceDesc="Intel(r) 82801AB USB Universal Host Controller"
  146.  
  147. ; Copyright (c) Intel Corporation, 1998-1999
  148. ; Copyright (c) Microsoft Corporation, 1993-1998
  149.  
  150. ; ************************************************************
  151. ; Intel is making no claims of usability, efficacy or 
  152. ; warranty.  
  153. ; ************************************************************
  154. ; Information in this document is provided in connection with 
  155. ; Intel products.  No license, express or implied, by estoppel 
  156. ; or otherwise, to any intellectual property rights is granted 
  157. ; by this document.  Intel assumes no liability whatsoever, 
  158. ; and Intel disclaims any express or implied warranty, 
  159. ; relating to sale and/or use of Intel products including 
  160. ; liability or warranties relating to fitness for a particular 
  161. ; purpose, merchantability, or infringement of any patent, 
  162. ; copyright or other intellectual property right.  Intel 
  163. ; products are not intended for use in medical, life saving, 
  164. ; or life sustaining applications.
  165.  
  166. ; ************************************************************
  167. ; Intel Corporation disclaims all warranties and liabilities 
  168. ; for the use of this document and the information contained 
  169. ; herein, and assumes no responsibility for any errors which 
  170. ; may appear in this document, nor does Intel make a 
  171. ; commitment to update the information contained herein. Intel 
  172. ; reserves the right to make changes to this document at any 
  173. ; time, without notice.
  174. ; ************************************************************
  175. ; ************************************************************
  176.  
  177. ; * Third-party brands and names are the property of their 
  178. ; respective owners.
  179.